JavaScript by Douglas Crockford

JavaScript by Douglas Crockford

Author:Douglas Crockford
Language: eng
Format: epub
Tags: COMPUTERS / Programming Languages / JavaScript
ISBN: 9780596158736
Publisher: O'Reilly Media
Published: 2008-12-17T00:00:00+00:00


"into".match(/in|int/)

matches the in in into. It wouldn’t match int because the match of in was successful.

Regexp Sequence

A regexp sequence contains one or more regexp factors. Each factor can optionally be followed by a quantifier that determines how many times the factor is allowed to appear. If there is no quantifier, then the factor will be matched one time.

Regexp Factor

A regexp factor can be a character, a parenthesized group, a character class, or an escape sequence. All characters are treated literally except for the control characters and the special characters:



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.